PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFSoundAnnotation Class / setBitsPerSample Method
The number of bits per sample value per channel.
In This Topic
    setBitsPerSample Method
    In This Topic
    Sets the bits per sample.
    Syntax
    public void setBitsPerSample( 
       int bitsPerSample
    )

    Parameters

    bitsPerSample
    The number of bits per sample value per channel.
    Exceptions
    ExceptionDescription
    When bitsPerSample is less than 1.
    See Also